projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45bad2
)
(HAVE_ALLOCA): Do define this, if SOLARIS2.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Aug 1997 07:18:39 +0000
(07:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Aug 1997 07:18:39 +0000
(07:18 +0000)
src/m/intel386.h
patch
|
blob
|
history
diff --git
a/src/m/intel386.h
b/src/m/intel386.h
index 464cd2572524b6ea5857fd20611fe1170118f94c..80b3167cdf55d7fa7d6934c764688c8134606493 100644
(file)
--- a/
src/m/intel386.h
+++ b/
src/m/intel386.h
@@
-197,7
+197,7
@@
NOTE-END */
/* Paul Abrahams <abrahams@acm.org> says that
Unixware does not have alloca when using cc. */
-#if ! (defined (USG5_4) && ! defined (__GNUC__))
+#if ! (defined (USG5_4) && ! defined (
SOLARIS2) && ! defined (
__GNUC__))
#define HAVE_ALLOCA
#endif